home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00097.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  303 b   |  15 lines

  1. on enterFrame
  2.   global ghfathleteno
  3.   set vName to "PO" & ghfathleteno
  4.   put "Duck" && vName
  5.   if the number of cast vName < 1 then
  6.     put "duck fail"
  7.     go("endPopup")
  8.     return 
  9.   end if
  10.   puppetSprite(46, 1)
  11.   set the castNum of sprite 46 to cast GetAssetNo(vName)
  12.   updateStage()
  13.   go(#next)
  14. end
  15.